home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / glibc-1.09 / glibc-1 / glibc-1.09.1 / sysdeps / unix / sysv / sysv4 / solaris2 / sparc / Makefile < prev    next >
Encoding:
Makefile  |  1994-07-18  |  355 b   |  6 lines

  1. # This flag is necessary because GCC now tries to call _Q_{mul, etc...}
  2. # instead of doing the stuff the hard way.  For now, printf_fp.o, __vfscanf.o,
  3. # and difftime.o don't work because of this.  The long-term fix is to actually
  4. # implement what they're doing, but for the short-term, we must do this.
  5. sysdep-CFLAGS := $(sysdep-CFLAGS) -mhard-quad-float
  6.